home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 February / PCWorld_2007-02_cd.bin / domacnost a kancelar / pspad / pspad452inst_cz.exe / {app} / PSPad.CHM / default.css < prev    next >
Cascading Style Sheet File  |  2006-10-20  |  2KB  |  96 lines

  1. /* Text Styles */
  2. hr { color: #000000}
  3. body, table /* Normal */
  4. {
  5.  font-size: 10pt;
  6.  font-family: 'Arial';
  7.  font-style: normal;
  8.  font-weight: normal;
  9.  color: #000000;
  10.  text-decoration: none;
  11. }
  12. span.f_Arial10modr²bold /* Arial 10 modr² bold */
  13. {
  14.  font-weight: bold;
  15.  color: #000080;
  16. }
  17. span.f_Arial12modr² /* Arial 12 modr² */
  18. {
  19.  font-size: 12pt;
  20.  font-weight: bold;
  21.  color: #000080;
  22. }
  23. span.f_CodeExample /* Code Example */
  24. {
  25.  font-size: 9pt;
  26.  font-family: 'Courier New';
  27.  color: #000080;
  28. }
  29. span.f_Comment /* Comment */
  30. {
  31. }
  32. span.f_Courier10modr² /* Courier 10 modr² */
  33. {
  34.  font-family: 'Courier New';
  35.  color: #0000ff;
  36. }
  37. span.f_GreenText /* GreenText */
  38. {
  39.  font-size: 9pt;
  40.  color: #008000;
  41. }
  42. span.f_Heading1 /* Heading1 */
  43. {
  44.  font-size: 15pt;
  45.  font-weight: bold;
  46.  color: #ffffff;
  47. }
  48. span.f_ImageCaption /* Image Caption */
  49. {
  50.  font-size: 8pt;
  51.  font-weight: bold;
  52. }
  53. span.f_Leftindentto72 /* Left indent to 72 */
  54. {
  55.  color: #000000;
  56. }
  57. span.f_Notes /* Notes */
  58. {
  59.  font-style: italic;
  60.  font-weight: bold;
  61. }
  62. /* Paragraph styles */
  63. p /* Normal */
  64. {
  65.  text-align: left;
  66.  text-indent: 0px;
  67.  padding: 0px 0px 0px 0px;
  68.  margin: 0px 0px 0px 0px;
  69. }
  70. .p_Arial12modr² /* Arial 12 modr² */
  71. {
  72. }
  73. .p_CodeExample /* Code Example */
  74. {
  75.  white-space: nowrap;
  76. }
  77. .p_Comment /* Comment */
  78. {
  79. }
  80. .p_GreenText /* GreenText */
  81. {
  82. }
  83. .p_Heading1 /* Heading1 */
  84. {
  85. }
  86. .p_ImageCaption /* Image Caption */
  87. {
  88. }
  89. .p_Leftindentto72 /* Left indent to 72 */
  90. {
  91.  margin: 0px 0px 0px 96px;
  92. }
  93. .p_Notes /* Notes */
  94. {
  95. }
  96.